'Declaration
Public Overloads Function Equals( _ ByVal obj As Object, _ ByRef annotationList As List(Of String) _ ) As Boolean
'Usage
Dim instance As Object2 Dim obj As Object Dim annotationList As List(Of String) Dim value As Boolean value = instance.Equals(obj, annotationList)
public bool Equals( object obj, out List<string> annotationList )
public: bool Equals( Object^ obj, [Out] List<String^>^ annotationList )
Parameters
- obj
The value of this parameter can be
null
(Nothing
in Visual Basic).- annotationList
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).